home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / TEX-UTIL / DVIPS_55 / dvips / src / Make-nodbg next >
Text File  |  1994-05-07  |  11KB  |  417 lines

  1. # Project:   dvips
  2.  
  3.  
  4. # Toolflags:
  5. Pascalflags = -c -depend !Depend -throwback -IP:
  6. CCflags =  -c -depend !Depend -fwca -JUNIX: -IUNIX: -DTPIC -DANSI -DSHORTINT -DHAVE_GETCWD -DARCH -wda  -DEFRES=300 -DCREATIONDATE -throwback  -pcc
  7. Linkflags = -o $@
  8. ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
  9. CMHGflags = 
  10. LibFileflags = -c -o $@
  11. Squeezeflags = -o $@
  12. AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
  13.  
  14.  
  15. # Final targets:
  16. @.dvips:   @.o.dviinput @.o.fontdef @.o.loadfont @.o.dvips @.o.tfmload \
  17.         @.o.download @.o.prescan @.o.skippage @.o.output @.o.scalewidth @.o.dosection @.o.dopage \
  18.         @.o.resident @.o.search @.o.unpack @.o.drawPS @.o.header @.o.makefont @.o.repack \
  19.         @.o.virtualfon @.o.dpicheck @.o.finclude @.o.pprescan @.o.papersiz @.o.flib @.o.color \
  20.         @.o.bbox @.o.emspecial @.o.dospecial @.o.scanpage 
  21.         link $(linkflags) @.o.dviinput @.o.fontdef @.o.loadfont @.o.dvips \
  22.         @.o.tfmload @.o.download @.o.prescan @.o.skippage @.o.output @.o.scalewidth @.o.dosection \
  23.         @.o.dopage @.o.resident @.o.search @.o.unpack @.o.drawPS @.o.header @.o.makefont \
  24.         @.o.repack @.o.virtualfon @.o.dpicheck @.o.finclude @.o.pprescan @.o.papersiz @.o.flib \
  25.         @.o.color @.o.bbox @.o.emspecial @.o.dospecial @.o.scanpage unix:o.unixlib 
  26.  
  27.  
  28. # User-editable dependencies:
  29.  
  30.  
  31. # Static dependencies:
  32. @.o.dviinput:   @.c.dviinput
  33.         cc $(ccflags) -o @.o.dviinput @.c.dviinput 
  34. @.o.fontdef:   @.c.fontdef
  35.         cc $(ccflags) -o @.o.fontdef @.c.fontdef 
  36. @.o.loadfont:   @.c.loadfont
  37.         cc $(ccflags) -o @.o.loadfont @.c.loadfont 
  38. @.o.dvips:   @.c.dvips
  39.         cc $(ccflags) -o @.o.dvips @.c.dvips 
  40. @.o.tfmload:   @.c.tfmload
  41.         cc $(ccflags) -o @.o.tfmload @.c.tfmload 
  42. @.o.download:   @.c.download
  43.         cc $(ccflags) -o @.o.download @.c.download 
  44. @.o.prescan:   @.c.prescan
  45.         cc $(ccflags) -o @.o.prescan @.c.prescan 
  46. @.o.skippage:   @.c.skippage
  47.         cc $(ccflags) -o @.o.skippage @.c.skippage 
  48. @.o.output:   @.c.output
  49.         cc $(ccflags) -o @.o.output @.c.output 
  50. @.o.scalewidth:   @.c.scalewidth
  51.         cc $(ccflags) -o @.o.scalewidth @.c.scalewidth 
  52. @.o.dosection:   @.c.dosection
  53.         cc $(ccflags) -o @.o.dosection @.c.dosection 
  54. @.o.dopage:   @.c.dopage
  55.         cc $(ccflags) -o @.o.dopage @.c.dopage 
  56. @.o.resident:   @.c.resident
  57.         cc $(ccflags) -o @.o.resident @.c.resident 
  58. @.o.search:   @.c.search
  59.         cc $(ccflags) -o @.o.search @.c.search 
  60. @.o.unpack:   @.c.unpack
  61.         cc $(ccflags) -o @.o.unpack @.c.unpack 
  62. @.o.drawPS:   @.c.drawPS
  63.         cc $(ccflags) -o @.o.drawPS @.c.drawPS 
  64. @.o.header:   @.c.header
  65.         cc $(ccflags) -o @.o.header @.c.header 
  66. @.o.makefont:   @.c.makefont
  67.         cc $(ccflags) -o @.o.makefont @.c.makefont 
  68. @.o.repack:   @.c.repack
  69.         cc $(ccflags) -o @.o.repack @.c.repack 
  70. @.o.virtualfon:   @.c.virtualfon
  71.         cc $(ccflags) -o @.o.virtualfon @.c.virtualfon 
  72. @.o.dpicheck:   @.c.dpicheck
  73.         cc $(ccflags) -o @.o.dpicheck @.c.dpicheck 
  74. @.o.finclude:   @.c.finclude
  75.         cc $(ccflags) -o @.o.finclude @.c.finclude 
  76. @.o.pprescan:   @.c.pprescan
  77.         cc $(ccflags) -o @.o.pprescan @.c.pprescan 
  78. @.o.papersiz:   @.c.papersiz
  79.         cc $(ccflags) -o @.o.papersiz @.c.papersiz 
  80. @.o.flib:   @.c.flib
  81.         cc $(ccflags) -o @.o.flib @.c.flib 
  82. @.o.color:   @.c.color
  83.         cc $(ccflags) -o @.o.color @.c.color 
  84. @.o.bbox:   @.c.bbox
  85.         cc $(ccflags) -o @.o.bbox @.c.bbox 
  86. @.o.emspecial:   @.c.emspecial
  87.         cc $(ccflags) -o @.o.emspecial @.c.emspecial 
  88. @.o.dospecial:   @.c.dospecial
  89.         cc $(ccflags) -o @.o.dospecial @.c.dospecial 
  90. @.o.scanpage:   @.c.scanpage
  91.         cc $(ccflags) -o @.o.scanpage @.c.scanpage 
  92.  
  93.  
  94. # Dynamic dependencies:
  95. o.dviinput:    c.dviinput
  96. o.dviinput:    h.dvips
  97. o.dviinput:    UNIX:h.stdlib
  98. o.dviinput:    UNIX:sys.h.types
  99. o.dviinput:    UNIX:h.stdio
  100. o.dviinput:    UNIX:h.stdarg
  101. o.dviinput:    UNIX:h.string
  102. o.dviinput:    UNIX:h.errno
  103. o.dviinput:    UNIX:h.ctype
  104. o.dviinput:    h.paths
  105. o.dviinput:    h.debug
  106. o.fontdef:    c.fontdef
  107. o.fontdef:    h.dvips
  108. o.fontdef:    UNIX:h.stdlib
  109. o.fontdef:    UNIX:sys.h.types
  110. o.fontdef:    UNIX:h.stdio
  111. o.fontdef:    UNIX:h.stdarg
  112. o.fontdef:    UNIX:h.string
  113. o.fontdef:    UNIX:h.errno
  114. o.fontdef:    UNIX:h.ctype
  115. o.fontdef:    h.paths
  116. o.fontdef:    h.debug
  117. o.loadfont:    c.loadfont
  118. o.loadfont:    h.dvips
  119. o.loadfont:    UNIX:h.stdlib
  120. o.loadfont:    UNIX:sys.h.types
  121. o.loadfont:    UNIX:h.stdio
  122. o.loadfont:    UNIX:h.stdarg
  123. o.loadfont:    UNIX:h.string
  124. o.loadfont:    UNIX:h.errno
  125. o.loadfont:    UNIX:h.ctype
  126. o.loadfont:    h.paths
  127. o.loadfont:    h.debug
  128. o.dvips:    c.dvips
  129. o.dvips:    h.dvips
  130. o.dvips:    UNIX:h.stdlib
  131. o.dvips:    UNIX:sys.h.types
  132. o.dvips:    UNIX:h.stdio
  133. o.dvips:    UNIX:h.stdarg
  134. o.dvips:    UNIX:h.string
  135. o.dvips:    UNIX:h.errno
  136. o.dvips:    UNIX:h.ctype
  137. o.dvips:    h.paths
  138. o.dvips:    h.debug
  139. o.dvips:    UNIX:sys.h.param
  140. o.tfmload:    c.tfmload
  141. o.tfmload:    h.dvips
  142. o.tfmload:    UNIX:h.stdlib
  143. o.tfmload:    UNIX:sys.h.types
  144. o.tfmload:    UNIX:h.stdio
  145. o.tfmload:    UNIX:h.stdarg
  146. o.tfmload:    UNIX:h.string
  147. o.tfmload:    UNIX:h.errno
  148. o.tfmload:    UNIX:h.ctype
  149. o.tfmload:    h.paths
  150. o.tfmload:    h.debug
  151. o.download:    c.download
  152. o.download:    h.dvips
  153. o.download:    UNIX:h.stdlib
  154. o.download:    UNIX:sys.h.types
  155. o.download:    UNIX:h.stdio
  156. o.download:    UNIX:h.stdarg
  157. o.download:    UNIX:h.string
  158. o.download:    UNIX:h.errno
  159. o.download:    UNIX:h.ctype
  160. o.download:    h.paths
  161. o.download:    h.debug
  162. o.prescan:    c.prescan
  163. o.prescan:    h.dvips
  164. o.prescan:    UNIX:h.stdlib
  165. o.prescan:    UNIX:sys.h.types
  166. o.prescan:    UNIX:h.stdio
  167. o.prescan:    UNIX:h.stdarg
  168. o.prescan:    UNIX:h.string
  169. o.prescan:    UNIX:h.errno
  170. o.prescan:    UNIX:h.ctype
  171. o.prescan:    h.paths
  172. o.prescan:    h.debug
  173. o.skippage:    c.skippage
  174. o.skippage:    h.dvips
  175. o.skippage:    UNIX:h.stdlib
  176. o.skippage:    UNIX:sys.h.types
  177. o.skippage:    UNIX:h.stdio
  178. o.skippage:    UNIX:h.stdarg
  179. o.skippage:    UNIX:h.string
  180. o.skippage:    UNIX:h.errno
  181. o.skippage:    UNIX:h.ctype
  182. o.skippage:    h.paths
  183. o.skippage:    h.debug
  184. o.output:    c.output
  185. o.output:    h.dvips
  186. o.output:    UNIX:h.stdlib
  187. o.output:    UNIX:sys.h.types
  188. o.output:    UNIX:h.stdio
  189. o.output:    UNIX:h.stdarg
  190. o.output:    UNIX:h.string
  191. o.output:    UNIX:h.errno
  192. o.output:    UNIX:h.ctype
  193. o.output:    h.paths
  194. o.output:    h.debug
  195. o.output:    UNIX:h.ctype
  196. o.output:    UNIX:h.time
  197. o.scalewidth:    c.scalewidth
  198. o.scalewidth:    h.dvips
  199. o.scalewidth:    UNIX:h.stdlib
  200. o.scalewidth:    UNIX:sys.h.types
  201. o.scalewidth:    UNIX:h.stdio
  202. o.scalewidth:    UNIX:h.stdarg
  203. o.scalewidth:    UNIX:h.string
  204. o.scalewidth:    UNIX:h.errno
  205. o.scalewidth:    UNIX:h.ctype
  206. o.scalewidth:    h.paths
  207. o.scalewidth:    h.debug
  208. o.dosection:    c.dosection
  209. o.dosection:    h.dvips
  210. o.dosection:    UNIX:h.stdlib
  211. o.dosection:    UNIX:sys.h.types
  212. o.dosection:    UNIX:h.stdio
  213. o.dosection:    UNIX:h.stdarg
  214. o.dosection:    UNIX:h.string
  215. o.dosection:    UNIX:h.errno
  216. o.dosection:    UNIX:h.ctype
  217. o.dosection:    h.paths
  218. o.dosection:    h.debug
  219. o.dosection:    UNIX:h.ctype
  220. o.dopage:    c.dopage
  221. o.dopage:    h.dvips
  222. o.dopage:    UNIX:h.stdlib
  223. o.dopage:    UNIX:sys.h.types
  224. o.dopage:    UNIX:h.stdio
  225. o.dopage:    UNIX:h.stdarg
  226. o.dopage:    UNIX:h.string
  227. o.dopage:    UNIX:h.errno
  228. o.dopage:    UNIX:h.ctype
  229. o.dopage:    h.paths
  230. o.dopage:    h.debug
  231. o.dopage:    UNIX:h.math
  232. o.dopage:    UNIX:h.float
  233. o.resident:    c.resident
  234. o.resident:    h.dvips
  235. o.resident:    UNIX:h.stdlib
  236. o.resident:    UNIX:sys.h.types
  237. o.resident:    UNIX:h.stdio
  238. o.resident:    UNIX:h.stdarg
  239. o.resident:    UNIX:h.string
  240. o.resident:    UNIX:h.errno
  241. o.resident:    UNIX:h.ctype
  242. o.resident:    h.paths
  243. o.resident:    h.debug
  244. o.resident:    h.paths
  245. o.search:    c.search
  246. o.search:    h.dvips
  247. o.search:    UNIX:h.stdlib
  248. o.search:    UNIX:sys.h.types
  249. o.search:    UNIX:h.stdio
  250. o.search:    UNIX:h.stdarg
  251. o.search:    UNIX:h.string
  252. o.search:    UNIX:h.errno
  253. o.search:    UNIX:h.ctype
  254. o.search:    h.paths
  255. o.search:    h.debug
  256. o.search:    UNIX:h.ctype
  257. o.search:    UNIX:sys.h.param
  258. o.search:    UNIX:h.pwd
  259. o.unpack:    c.unpack
  260. o.unpack:    h.dvips
  261. o.unpack:    UNIX:h.stdlib
  262. o.unpack:    UNIX:sys.h.types
  263. o.unpack:    UNIX:h.stdio
  264. o.unpack:    UNIX:h.stdarg
  265. o.unpack:    UNIX:h.string
  266. o.unpack:    UNIX:h.errno
  267. o.unpack:    UNIX:h.ctype
  268. o.unpack:    h.paths
  269. o.unpack:    h.debug
  270. o.drawPS:    c.drawPS
  271. o.header:    c.header
  272. o.header:    h.dvips
  273. o.header:    UNIX:h.stdlib
  274. o.header:    UNIX:sys.h.types
  275. o.header:    UNIX:h.stdio
  276. o.header:    UNIX:h.stdarg
  277. o.header:    UNIX:h.string
  278. o.header:    UNIX:h.errno
  279. o.header:    UNIX:h.ctype
  280. o.header:    h.paths
  281. o.header:    h.debug
  282. o.makefont:    c.makefont
  283. o.makefont:    h.dvips
  284. o.makefont:    UNIX:h.stdlib
  285. o.makefont:    UNIX:sys.h.types
  286. o.makefont:    UNIX:h.stdio
  287. o.makefont:    UNIX:h.stdarg
  288. o.makefont:    UNIX:h.string
  289. o.makefont:    UNIX:h.errno
  290. o.makefont:    UNIX:h.ctype
  291. o.makefont:    h.paths
  292. o.makefont:    h.debug
  293. o.repack:    c.repack
  294. o.repack:    h.dvips
  295. o.repack:    UNIX:h.stdlib
  296. o.repack:    UNIX:sys.h.types
  297. o.repack:    UNIX:h.stdio
  298. o.repack:    UNIX:h.stdarg
  299. o.repack:    UNIX:h.string
  300. o.repack:    UNIX:h.errno
  301. o.repack:    UNIX:h.ctype
  302. o.repack:    h.paths
  303. o.repack:    h.debug
  304. o.virtualfon:    c.virtualfon
  305. o.virtualfon:    h.dvips
  306. o.virtualfon:    UNIX:h.stdlib
  307. o.virtualfon:    UNIX:sys.h.types
  308. o.virtualfon:    UNIX:h.stdio
  309. o.virtualfon:    UNIX:h.stdarg
  310. o.virtualfon:    UNIX:h.string
  311. o.virtualfon:    UNIX:h.errno
  312. o.virtualfon:    UNIX:h.ctype
  313. o.virtualfon:    h.paths
  314. o.virtualfon:    h.debug
  315. o.dpicheck:    c.dpicheck
  316. o.dpicheck:    h.dvips
  317. o.dpicheck:    UNIX:h.stdlib
  318. o.dpicheck:    UNIX:sys.h.types
  319. o.dpicheck:    UNIX:h.stdio
  320. o.dpicheck:    UNIX:h.stdarg
  321. o.dpicheck:    UNIX:h.string
  322. o.dpicheck:    UNIX:h.errno
  323. o.dpicheck:    UNIX:h.ctype
  324. o.dpicheck:    h.paths
  325. o.dpicheck:    h.debug
  326. o.finclude:    c.finclude
  327. o.finclude:    h.dvips
  328. o.finclude:    UNIX:h.stdlib
  329. o.finclude:    UNIX:sys.h.types
  330. o.finclude:    UNIX:h.stdio
  331. o.finclude:    UNIX:h.stdarg
  332. o.finclude:    UNIX:h.string
  333. o.finclude:    UNIX:h.errno
  334. o.finclude:    UNIX:h.ctype
  335. o.finclude:    h.paths
  336. o.finclude:    h.debug
  337. o.finclude:    UNIX:h.ctype
  338. o.pprescan:    c.pprescan
  339. o.pprescan:    h.dvips
  340. o.pprescan:    UNIX:h.stdlib
  341. o.pprescan:    UNIX:sys.h.types
  342. o.pprescan:    UNIX:h.stdio
  343. o.pprescan:    UNIX:h.stdarg
  344. o.pprescan:    UNIX:h.string
  345. o.pprescan:    UNIX:h.errno
  346. o.pprescan:    UNIX:h.ctype
  347. o.pprescan:    h.paths
  348. o.pprescan:    h.debug
  349. o.papersiz:    c.papersiz
  350. o.papersiz:    h.dvips
  351. o.papersiz:    UNIX:h.stdlib
  352. o.papersiz:    UNIX:sys.h.types
  353. o.papersiz:    UNIX:h.stdio
  354. o.papersiz:    UNIX:h.stdarg
  355. o.papersiz:    UNIX:h.string
  356. o.papersiz:    UNIX:h.errno
  357. o.papersiz:    UNIX:h.ctype
  358. o.papersiz:    h.paths
  359. o.papersiz:    h.debug
  360. o.flib:    c.flib
  361. o.color:    c.color
  362. o.color:    h.dvips
  363. o.color:    UNIX:h.stdlib
  364. o.color:    UNIX:sys.h.types
  365. o.color:    UNIX:h.stdio
  366. o.color:    UNIX:h.stdarg
  367. o.color:    UNIX:h.string
  368. o.color:    UNIX:h.errno
  369. o.color:    UNIX:h.ctype
  370. o.color:    h.paths
  371. o.color:    h.debug
  372. o.color:    UNIX:h.stdio
  373. o.bbox:    c.bbox
  374. o.bbox:    h.dvips
  375. o.bbox:    UNIX:h.stdlib
  376. o.bbox:    UNIX:sys.h.types
  377. o.bbox:    UNIX:h.stdio
  378. o.bbox:    UNIX:h.stdarg
  379. o.bbox:    UNIX:h.string
  380. o.bbox:    UNIX:h.errno
  381. o.bbox:    UNIX:h.ctype
  382. o.bbox:    h.paths
  383. o.bbox:    h.debug
  384. o.emspecial:    c.emspecial
  385. o.emspecial:    h.dvips
  386. o.emspecial:    UNIX:h.stdlib
  387. o.emspecial:    UNIX:sys.h.types
  388. o.emspecial:    UNIX:h.stdio
  389. o.emspecial:    UNIX:h.stdarg
  390. o.emspecial:    UNIX:h.string
  391. o.emspecial:    UNIX:h.errno
  392. o.emspecial:    UNIX:h.ctype
  393. o.emspecial:    h.paths
  394. o.emspecial:    h.debug
  395. o.dospecial:    c.dospecial
  396. o.dospecial:    h.dvips
  397. o.dospecial:    UNIX:h.stdlib
  398. o.dospecial:    UNIX:sys.h.types
  399. o.dospecial:    UNIX:h.stdio
  400. o.dospecial:    UNIX:h.stdarg
  401. o.dospecial:    UNIX:h.string
  402. o.dospecial:    UNIX:h.errno
  403. o.dospecial:    UNIX:h.ctype
  404. o.dospecial:    h.paths
  405. o.dospecial:    h.debug
  406. o.scanpage:    c.scanpage
  407. o.scanpage:    h.dvips
  408. o.scanpage:    UNIX:h.stdlib
  409. o.scanpage:    UNIX:sys.h.types
  410. o.scanpage:    UNIX:h.stdio
  411. o.scanpage:    UNIX:h.stdarg
  412. o.scanpage:    UNIX:h.string
  413. o.scanpage:    UNIX:h.errno
  414. o.scanpage:    UNIX:h.ctype
  415. o.scanpage:    h.paths
  416. o.scanpage:    h.debug
  417.